google.golang.org/grpc.dialOptions.unaryInt (field)
7 uses
google.golang.org/grpc (current package)
call.go#L34: if cc.dopts.unaryInt != nil {
call.go#L35: return cc.dopts.unaryInt(ctx, method, args, reply, cc, invoke, opts...)
clientconn.go#L339: if cc.dopts.unaryInt != nil {
clientconn.go#L340: interceptors = append([]UnaryClientInterceptor{cc.dopts.unaryInt}, interceptors...)
clientconn.go#L352: cc.dopts.unaryInt = chainedInt
dialoptions.go#L53: unaryInt UnaryClientInterceptor
dialoptions.go#L474: o.unaryInt = f
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)